projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2cd61
)
(with_x_toolkit): Treat values athena and lucid alike.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 06:37:05 +0000
(06:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 06:37:05 +0000
(06:37 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 2fcca1a80ba60aa65d99ba388946c14fdcbc77f7..059f5d14d12f10c68708ecca9c70d028e405ecc1 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1165,13
+1165,9
@@
case "${window_system}" in
HAVE_X11=yes
echo " Using X11."
case "${with_x_toolkit}" in
- athena )
- USE_X_TOOLKIT=ATHENA
- echo " Using Xt toolkit."
- ;;
- lucid )
+ athena | lucid )
USE_X_TOOLKIT=LUCID
- echo " Using
Lucid
toolkit."
+ echo " Using
Xt
toolkit."
;;
motif )
USE_X_TOOLKIT=MOTIF